1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctDonViTinh
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dgvDSDonViTinh = new System.Windows.Forms.DataGridView();
32             
this.IdDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
33             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.Xoa = new System.Windows.Forms.DataGridViewCheckBoxColumn();
37             
this.ViTri = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.MaDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.txtTenDonViTinh = new System.Windows.Forms.TextBox();
40             
this.label2 = new System.Windows.Forms.Label();
41             
this.txtMaDonVi = new System.Windows.Forms.TextBox();
42             
this.label1 = new System.Windows.Forms.Label();
43             
this.btnThemDonViTinh = new System.Windows.Forms.Button();
44             
this.txtSuaDonViTinh = new System.Windows.Forms.Button();
45             
this.btnXoaDonViTinh = new System.Windows.Forms.Button();
46             
this.btnHuy = new System.Windows.Forms.Button();
47             
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
48             
this.tabControl1 = new System.Windows.Forms.TabControl();
49             
this.tabPage1 = new System.Windows.Forms.TabPage();
50             
this.rdoKhong = new System.Windows.Forms.RadioButton();
51             
this.rdoSuDung = new System.Windows.Forms.RadioButton();
52             
this.tabControl2 = new System.Windows.Forms.TabControl();
53             
this.tabPage2 = new System.Windows.Forms.TabPage();
54             
this.pnlPhanTrang = new System.Windows.Forms.Panel();
55             
this.btnSau = new System.Windows.Forms.Button();
56             
this.btnTiep = new System.Windows.Forms.Button();
57             
this.panel1 = new System.Windows.Forms.Panel();
58             
this.label3 = new System.Windows.Forms.Label();
59             
this.cmbSoDongHienThi = new System.Windows.Forms.ComboBox();
60             
this.label4 = new System.Windows.Forms.Label();
61             ((System.ComponentModel.ISupportInitialize)(
this.dgvDSDonViTinh)).BeginInit();
62             
this.tableLayoutPanel1.SuspendLayout();
63             
this.tabControl1.SuspendLayout();
64             
this.tabPage1.SuspendLayout();
65             
this.tabControl2.SuspendLayout();
66             
this.tabPage2.SuspendLayout();
67             
this.pnlPhanTrang.SuspendLayout();
68             
this.panel1.SuspendLayout();
69             
this.SuspendLayout();
70             
//
71             
// dgvDSDonViTinh
72             
//
73             
this.dgvDSDonViTinh.AllowUserToAddRows = false;
74             
this.dgvDSDonViTinh.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
75             
this.dgvDSDonViTinh.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
76             
this.dgvDSDonViTinh.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
77             
this.IdDonViTinh,
78             
this.STT,
79             
this.TenDonViTinh,
80             
this.TrangThai,
81             
this.Xoa,
82             
this.ViTri,
83             
this.MaDonViTinh});
84             
this.dgvDSDonViTinh.Dock = System.Windows.Forms.DockStyle.Fill;
85             
this.dgvDSDonViTinh.Location = new System.Drawing.Point(3, 3);
86             
this.dgvDSDonViTinh.Name = "dgvDSDonViTinh";
87             
this.dgvDSDonViTinh.Size = new System.Drawing.Size(567, 288);
88             
this.dgvDSDonViTinh.TabIndex = 0;
89             
this.dgvDSDonViTinh.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDSDonViTinh_CellClick);
90             
this.dgvDSDonViTinh.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDSDonViTinh_CellContentClick);
91             
//
92             
// IdDonViTinh
93             
//
94             
this.IdDonViTinh.DataPropertyName = "IdDonViTinh";
95             
this.IdDonViTinh.HeaderText = "ID";
96             
this.IdDonViTinh.Name = "IdDonViTinh";
97             
this.IdDonViTinh.Visible = false;
98             
//
99             
// STT
100             
//
101             
this.STT.HeaderText = "STT";
102             
this.STT.Name = "STT";
103             
//
104             
// TenDonViTinh
105             
//
106             
this.TenDonViTinh.DataPropertyName = "TenDonViTinh";
107             
this.TenDonViTinh.HeaderText = "Tên đơn vị tính";
108             
this.TenDonViTinh.Name = "TenDonViTinh";
109             
//
110             
// TrangThai
111             
//
112             
this.TrangThai.DataPropertyName = "TrangThai";
113             
this.TrangThai.HeaderText = "Trạng thái";
114             
this.TrangThai.Name = "TrangThai";
115             
//
116             
// Xoa
117             
//
118             
this.Xoa.HeaderText = "Xóa";
119             
this.Xoa.Name = "Xoa";
120             
//
121             
// ViTri
122             
//
123             
this.ViTri.DataPropertyName = "ViTri";
124             
this.ViTri.HeaderText = "Vị trí";
125             
this.ViTri.Name = "ViTri";
126             
this.ViTri.Visible = false;
127             
//
128             
// MaDonViTinh
129             
//
130             
this.MaDonViTinh.DataPropertyName = "MaDonViTinh";
131             
this.MaDonViTinh.HeaderText = "Mã đơn vị tính";
132             
this.MaDonViTinh.Name = "MaDonViTinh";
133             
this.MaDonViTinh.Visible = false;
134             
//
135             
// txtTenDonViTinh
136             
//
137             
this.txtTenDonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
138             
this.txtTenDonViTinh.Location = new System.Drawing.Point(114, 46);
139             
this.txtTenDonViTinh.Name = "txtTenDonViTinh";
140             
this.txtTenDonViTinh.Size = new System.Drawing.Size(210, 24);
141             
this.txtTenDonViTinh.TabIndex = 3;
142             
//
143             
// label2
144             
//
145             
this.label2.AutoSize = true;
146             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
147             
this.label2.Location = new System.Drawing.Point(3, 46);
148             
this.label2.Name = "label2";
149             
this.label2.Size = new System.Drawing.Size(103, 18);
150             
this.label2.TabIndex = 2;
151             
this.label2.Text = "Tên đơn vị tính";
152             
//
153             
// txtMaDonVi
154             
//
155             
this.txtMaDonVi.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
156             
this.txtMaDonVi.Location = new System.Drawing.Point(114, 6);
157             
this.txtMaDonVi.Name = "txtMaDonVi";
158             
this.txtMaDonVi.Size = new System.Drawing.Size(207, 24);
159             
this.txtMaDonVi.TabIndex = 1;
160             
//
161             
// label1
162             
//
163             
this.label1.AutoSize = true;
164             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.label1.Location = new System.Drawing.Point(6, 6);
166             
this.label1.Name = "label1";
167             
this.label1.Size = new System.Drawing.Size(72, 18);
168             
this.label1.TabIndex = 0;
169             
this.label1.Text = "Mã đơn vị";
170             
//
171             
// btnThemDonViTinh
172             
//
173             
this.btnThemDonViTinh.Location = new System.Drawing.Point(248, 248);
174             
this.btnThemDonViTinh.Name = "btnThemDonViTinh";
175             
this.btnThemDonViTinh.Size = new System.Drawing.Size(75, 34);
176             
this.btnThemDonViTinh.TabIndex = 2;
177             
this.btnThemDonViTinh.Text = "Thêm mới";
178             
this.btnThemDonViTinh.UseVisualStyleBackColor = true;
179             
this.btnThemDonViTinh.Click += new System.EventHandler(this.btnThemDonViTinh_Click);
180             
//
181             
// txtSuaDonViTinh
182             
//
183             
this.txtSuaDonViTinh.Location = new System.Drawing.Point(168, 248);
184             
this.txtSuaDonViTinh.Name = "txtSuaDonViTinh";
185             
this.txtSuaDonViTinh.Size = new System.Drawing.Size(75, 34);
186             
this.txtSuaDonViTinh.TabIndex = 3;
187             
this.txtSuaDonViTinh.Text = "Sửa";
188             
this.txtSuaDonViTinh.UseVisualStyleBackColor = true;
189             
this.txtSuaDonViTinh.Click += new System.EventHandler(this.txtSuaDonViTinh_Click);
190             
//
191             
// btnXoaDonViTinh
192             
//
193             
this.btnXoaDonViTinh.Location = new System.Drawing.Point(11, 248);
194             
this.btnXoaDonViTinh.Name = "btnXoaDonViTinh";
195             
this.btnXoaDonViTinh.Size = new System.Drawing.Size(75, 34);
196             
this.btnXoaDonViTinh.TabIndex = 4;
197             
this.btnXoaDonViTinh.Text = "Xóa";
198             
this.btnXoaDonViTinh.UseVisualStyleBackColor = true;
199             
this.btnXoaDonViTinh.Click += new System.EventHandler(this.btnXoaDonViTinh_Click);
200             
//
201             
// btnHuy
202             
//
203             
this.btnHuy.Location = new System.Drawing.Point(90, 248);
204             
this.btnHuy.Name = "btnHuy";
205             
this.btnHuy.Size = new System.Drawing.Size(75, 34);
206             
this.btnHuy.TabIndex = 6;
207             
this.btnHuy.Text = "Hủy";
208             
this.btnHuy.UseVisualStyleBackColor = true;
209             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
210             
//
211             
// tableLayoutPanel1
212             
//
213             
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
214             | System.Windows.Forms.AnchorStyles.Left)
215             | System.Windows.Forms.AnchorStyles.Right)));
216             
this.tableLayoutPanel1.ColumnCount = 2;
217             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
218             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 358F));
219             
this.tableLayoutPanel1.Controls.Add(this.pnlPhanTrang, 0, 1);
220             
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 1, 0);
221             
this.tableLayoutPanel1.Controls.Add(this.tabControl2, 0, 0);
222             
this.tableLayoutPanel1.Location = new System.Drawing.Point(30, 49);
223             
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
224             
this.tableLayoutPanel1.RowCount = 2;
225             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85.78947F));
226             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.21053F));
227             
this.tableLayoutPanel1.Size = new System.Drawing.Size(945, 380);
228             
this.tableLayoutPanel1.TabIndex = 7;
229             
//
230             
// tabControl1
231             
//
232             
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
233             | System.Windows.Forms.AnchorStyles.Left)
234             | System.Windows.Forms.AnchorStyles.Right)));
235             
this.tabControl1.Controls.Add(this.tabPage1);
236             
this.tabControl1.Location = new System.Drawing.Point(590, 3);
237             
this.tabControl1.Name = "tabControl1";
238             
this.tabControl1.SelectedIndex = 0;
239             
this.tabControl1.Size = new System.Drawing.Size(352, 320);
240             
this.tabControl1.TabIndex = 1;
241             
//
242             
// tabPage1
243             
//
244             
this.tabPage1.Controls.Add(this.rdoKhong);
245             
this.tabPage1.Controls.Add(this.rdoSuDung);
246             
this.tabPage1.Controls.Add(this.btnThemDonViTinh);
247             
this.tabPage1.Controls.Add(this.btnXoaDonViTinh);
248             
this.tabPage1.Controls.Add(this.btnHuy);
249             
this.tabPage1.Controls.Add(this.txtSuaDonViTinh);
250             
this.tabPage1.Controls.Add(this.label2);
251             
this.tabPage1.Controls.Add(this.txtMaDonVi);
252             
this.tabPage1.Controls.Add(this.label1);
253             
this.tabPage1.Controls.Add(this.txtTenDonViTinh);
254             
this.tabPage1.Location = new System.Drawing.Point(4, 22);
255             
this.tabPage1.Name = "tabPage1";
256             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
257             
this.tabPage1.Size = new System.Drawing.Size(344, 294);
258             
this.tabPage1.TabIndex = 0;
259             
this.tabPage1.UseVisualStyleBackColor = true;
260             
//
261             
// rdoKhong
262             
//
263             
this.rdoKhong.AutoSize = true;
264             
this.rdoKhong.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265             
this.rdoKhong.Location = new System.Drawing.Point(114, 122);
266             
this.rdoKhong.Name = "rdoKhong";
267             
this.rdoKhong.Size = new System.Drawing.Size(69, 22);
268             
this.rdoKhong.TabIndex = 8;
269             
this.rdoKhong.TabStop = true;
270             
this.rdoKhong.Text = "Không";
271             
this.rdoKhong.UseVisualStyleBackColor = true;
272             
//
273             
// rdoSuDung
274             
//
275             
this.rdoSuDung.AutoSize = true;
276             
this.rdoSuDung.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
277             
this.rdoSuDung.Location = new System.Drawing.Point(114, 86);
278             
this.rdoSuDung.Name = "rdoSuDung";
279             
this.rdoSuDung.Size = new System.Drawing.Size(80, 22);
280             
this.rdoSuDung.TabIndex = 7;
281             
this.rdoSuDung.TabStop = true;
282             
this.rdoSuDung.Text = "Sử dụng";
283             
this.rdoSuDung.UseVisualStyleBackColor = true;
284             
//
285             
// tabControl2
286             
//
287             
this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
288             | System.Windows.Forms.AnchorStyles.Left)
289             | System.Windows.Forms.AnchorStyles.Right)));
290             
this.tabControl2.Controls.Add(this.tabPage2);
291             
this.tabControl2.Location = new System.Drawing.Point(3, 3);
292             
this.tabControl2.Name = "tabControl2";
293             
this.tabControl2.SelectedIndex = 0;
294             
this.tabControl2.Size = new System.Drawing.Size(581, 320);
295             
this.tabControl2.TabIndex = 2;
296             
//
297             
// tabPage2
298             
//
299             
this.tabPage2.Controls.Add(this.dgvDSDonViTinh);
300             
this.tabPage2.Location = new System.Drawing.Point(4, 22);
301             
this.tabPage2.Name = "tabPage2";
302             
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
303             
this.tabPage2.Size = new System.Drawing.Size(573, 294);
304             
this.tabPage2.TabIndex = 0;
305             
this.tabPage2.Text = "tabPage2";
306             
this.tabPage2.UseVisualStyleBackColor = true;
307             
//
308             
// pnlPhanTrang
309             
//
310             
this.pnlPhanTrang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
311             | System.Windows.Forms.AnchorStyles.Right)));
312             
this.pnlPhanTrang.Controls.Add(this.label4);
313             
this.pnlPhanTrang.Controls.Add(this.cmbSoDongHienThi);
314             
this.pnlPhanTrang.Controls.Add(this.btnSau);
315             
this.pnlPhanTrang.Controls.Add(this.btnTiep);
316             
this.pnlPhanTrang.Location = new System.Drawing.Point(3, 329);
317             
this.pnlPhanTrang.Name = "pnlPhanTrang";
318             
this.pnlPhanTrang.Size = new System.Drawing.Size(581, 48);
319             
this.pnlPhanTrang.TabIndex = 8;
320             
//
321             
// btnSau
322             
//
323             
this.btnSau.Location = new System.Drawing.Point(215, 11);
324             
this.btnSau.Name = "btnSau";
325             
this.btnSau.Size = new System.Drawing.Size(44, 34);
326             
this.btnSau.TabIndex = 1;
327             
this.btnSau.Text = "<<";
328             
this.btnSau.UseVisualStyleBackColor = true;
329             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
330             
//
331             
// btnTiep
332             
//
333             
this.btnTiep.Location = new System.Drawing.Point(265, 11);
334             
this.btnTiep.Name = "btnTiep";
335             
this.btnTiep.Size = new System.Drawing.Size(44, 34);
336             
this.btnTiep.TabIndex = 7;
337             
this.btnTiep.Text = ">>";
338             
this.btnTiep.UseVisualStyleBackColor = true;
339             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
340             
//
341             
// panel1
342             
//
343             
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
344             | System.Windows.Forms.AnchorStyles.Right)));
345             
this.panel1.Controls.Add(this.label3);
346             
this.panel1.Location = new System.Drawing.Point(30, 3);
347             
this.panel1.Name = "panel1";
348             
this.panel1.Size = new System.Drawing.Size(945, 71);
349             
this.panel1.TabIndex = 8;
350             
//
351             
// label3
352             
//
353             
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
354             
this.label3.AutoSize = true;
355             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
356             
this.label3.Location = new System.Drawing.Point(432, 11);
357             
this.label3.Name = "label3";
358             
this.label3.Size = new System.Drawing.Size(168, 37);
359             
this.label3.TabIndex = 0;
360             
this.label3.Text = "Đơn vị tính";
361             
//
362             
// cmbSoDongHienThi
363             
//
364             
this.cmbSoDongHienThi.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
365             
this.cmbSoDongHienThi.FormattingEnabled = true;
366             
this.cmbSoDongHienThi.Location = new System.Drawing.Point(66, 16);
367             
this.cmbSoDongHienThi.Name = "cmbSoDongHienThi";
368             
this.cmbSoDongHienThi.Size = new System.Drawing.Size(60, 26);
369             
this.cmbSoDongHienThi.TabIndex = 8;
370             
this.cmbSoDongHienThi.SelectedIndexChanged += new System.EventHandler(this.cmbSoDongHienThi_SelectedIndexChanged);
371             
this.cmbSoDongHienThi.SelectionChangeCommitted += new System.EventHandler(this.cmbSoDongHienThi_SelectionChangeCommitted);
372             
this.cmbSoDongHienThi.TextChanged += new System.EventHandler(this.cmbSoDongHienThi_TextChanged);
373             
//
374             
// label4
375             
//
376             
this.label4.AutoSize = true;
377             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
378             
this.label4.Location = new System.Drawing.Point(4, 21);
379             
this.label4.Name = "label4";
380             
this.label4.Size = new System.Drawing.Size(56, 17);
381             
this.label4.TabIndex = 9;
382             
this.label4.Text = "Hiển thị";
383             
//
384             
// uctDonViTinh
385             
//
386             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
387             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
388             
this.Controls.Add(this.panel1);
389             
this.Controls.Add(this.tableLayoutPanel1);
390             
this.Name = "uctDonViTinh";
391             
this.Size = new System.Drawing.Size(1012, 458);
392             
this.Load += new System.EventHandler(this.uctDonViTinh_Load);
393             ((System.ComponentModel.ISupportInitialize)(
this.dgvDSDonViTinh)).EndInit();
394             
this.tableLayoutPanel1.ResumeLayout(false);
395             
this.tabControl1.ResumeLayout(false);
396             
this.tabPage1.ResumeLayout(false);
397             
this.tabPage1.PerformLayout();
398             
this.tabControl2.ResumeLayout(false);
399             
this.tabPage2.ResumeLayout(false);
400             
this.pnlPhanTrang.ResumeLayout(false);
401             
this.pnlPhanTrang.PerformLayout();
402             
this.panel1.ResumeLayout(false);
403             
this.panel1.PerformLayout();
404             
this.ResumeLayout(false);
405
406         }
407
408         
#endregion
409
410         
private System.Windows.Forms.TextBox txtTenDonViTinh;
411         
private System.Windows.Forms.Label label2;
412         
private System.Windows.Forms.TextBox txtMaDonVi;
413         
private System.Windows.Forms.Label label1;
414         
private System.Windows.Forms.Button btnThemDonViTinh;
415         
private System.Windows.Forms.Button txtSuaDonViTinh;
416         
private System.Windows.Forms.Button btnXoaDonViTinh;
417         
private System.Windows.Forms.DataGridView dgvDSDonViTinh;
418         
private System.Windows.Forms.Button btnHuy;
419         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
420         
private System.Windows.Forms.TabControl tabControl1;
421         
private System.Windows.Forms.TabPage tabPage1;
422         
private System.Windows.Forms.RadioButton rdoKhong;
423         
private System.Windows.Forms.RadioButton rdoSuDung;
424         
private System.Windows.Forms.Panel panel1;
425         
private System.Windows.Forms.TabControl tabControl2;
426         
private System.Windows.Forms.TabPage tabPage2;
427         
private System.Windows.Forms.Label label3;
428         
private System.Windows.Forms.DataGridViewTextBoxColumn IdDonViTinh;
429         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
430         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
431         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
432         
private System.Windows.Forms.DataGridViewCheckBoxColumn Xoa;
433         
private System.Windows.Forms.DataGridViewTextBoxColumn ViTri;
434         
private System.Windows.Forms.DataGridViewTextBoxColumn MaDonViTinh;
435         
private System.Windows.Forms.Button btnSau;
436         
private System.Windows.Forms.Button btnTiep;
437         
private System.Windows.Forms.Panel pnlPhanTrang;
438         
private System.Windows.Forms.ComboBox cmbSoDongHienThi;
439         
private System.Windows.Forms.Label label4;
440     }
441 }


Gõ tìm kiếm nhanh...